vendor/golang.org/x/sys/cpu.option.Enable (field)
6 uses
golang.org/x/sys/cpu
cpu.go#L271: Enable bool // whether feature should be enabled
cpu.go#L310: options[i].Enable = enable || options[i].Required
cpu.go#L318: options[i].Enable = enable
cpu.go#L331: if o.Enable && !*o.Feature {
cpu.go#L336: if !o.Enable && o.Required {
cpu.go#L341: *o.Feature = o.Enable
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)